body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,li {
	list-style-type: none;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

a:hover {
	color: #114e98;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,textarea,select,button {
	border: 0;
	outline: none;
}

input::-webkit-input-placeholder {
	color: #d0d0d0;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.clearfix-2022:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix-2022 {
	zoom: 1;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}
.align_top {
    align-items: flex-start;
}
video {
	vertical-align: middle;
	background: #000;
	width: 100%;
}

.fixed {
	position: sticky;
	top: 0;
	z-index: 102;
}

.top {
	line-height: 30px;
	color: #fff;
	background: #9f9f9f;
	position: relative;
	z-index: 100;
}

.top a {
	color: #fff;
	padding-left: 15px;
}

.top .i1 {
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	margin-top: -3px;
	height: 15px;
	background: url(../images/home_05.png) center no-repeat;
}

.top .i2 {
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	margin-top: -3px;
	height: 15px;
	background: url(../images/home_07.png) center no-repeat;
}

.top span {
	padding-left: 15px;
}

.top .wecat i {
	display: inline-block;
	width: 17px;
	vertical-align: middle;
	margin-top: -3px;
	height: 15px;
	background: url(../images/home_03.png) center no-repeat;
}

.top .wecat {
	margin-left: 10px;
	padding-left: 10px;
}

.top .wecat::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	bottom: 7px;
	border-left: 1px solid #fff;
}

.top .dropdown,.top .wecat {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.top .dropdown ul {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	display: none;
	text-align: center;
	background: #9f9f9f;
}

.top .dropdown:hover ul {
	display: block;
}

.top .dropdown ul a {
	padding: 0;
}

.top .dropdown span::after {
	content: '';
	width: 0;
	height: 0;
	vertical-align: middle;
	display: inline-block;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #fff;
}

.top .wecat img {
	position: absolute;
	left: 0;
	top: 100%;
	width: 120px;
	display: none;
	max-width: inherit;
}

.top .wecat:hover img {
	display: block;
}

.header {
	position: relative;
	z-index: 99;
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 0 10px 2px #ccc;
}

.header .flex {
	justify-content: space-between;
}

.header .flex .search {
	display: flex;
	align-items: center;
	border: 1px solid #114e98;
	width: 712px;
	overflow: hidden;
	border-radius: 20px;
}

.header .flex .search input {
	height: 34px;
	width: 100%;
	padding: 0 15px;
}

.header .flex .search button {
	width: 34px;
	height: 34px;
	background: #003e78;
	border-radius: 50%;
}

.header .flex .search i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/home_16.png) center no-repeat;
}

.header p {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
}

.header p a {
	color: #bdbdbd;
	padding: 0 8px;
}

.header p a:hover {
	color: #114e98;
}

.header p a+a {
	border-left: 1px solid #ddd;
}

.footer {
	color: #fff;
	line-height: 32px;
	background: #373c40;
	padding-top: 30px;
}

.footer a {
	color: #e8e8e8;
	display: inline;
	line-height: 26px;
}

.footer .code {
	width: 139px;
	margin-left: 100px;
}

.footer .tel {
}

.footer .tel a {
	color: #ffffff;
}

.footer h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.footer .ft {
	text-align: center;
	font-size: 12px;
	padding: 6px 0;
	border-top: 1px solid #495055;
}

.footer .bd {
	padding: 30px 0;
}

.footer .hd .logo {
	background: url(../images/logo-foot.svg) center no-repeat;
	width: 150px;
	height: 49px;
	display: block;
	background-size: 100% 100%;
}

.footer .hd .totop {
	background: url(../images/home_48.png) center no-repeat;
	width: 142px;
	height: 41px;
	cursor: pointer;
	display: block;
	background-size: 100% 100%;
}

button {
	cursor: pointer;
}

.banner_info {
	position: relative;
	color: #fff;
}

.banner_info dl {
	font-size: 26px;
	position: absolute;
	left: 50%;
	text-align: center;
	letter-spacing: 5px;
	top: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
}

.banner_info dl dt {
	font-size: 50px;
	padding-bottom: 10px;
}

.banner_info img {
	width: 100%;
	height: 359px;
	object-fit: cover;
}

.bread {
	background: #e8e8e8;
	line-height: 50px;
}

.bread i {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
	background: url(../images/2_05.png) center no-repeat;
}

.bread a {
	color: #114e98;
}

.bread span {
	position: relative;
}

/*
.bread a::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	left: 0;
	margin: 1px 10px;
	border-color: #114e98;
	border-style: solid;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}
*/

.title_common {
	text-align: center;
	padding: 60px 0 40px;
	font-weight: bold;
}

.title_common p {
	color: #929292;
	text-transform: uppercase;
	margin-top: 10px;
}

.title_common span {
	color: #114e98;
	position: relative;
	font-size: 30px;
}

.title_common span::before {
	content: '';
	display: inline-block;
	width: 48px;
	position: absolute;
	left: -60px;
	top: 50%;
	border-bottom: 2px solid #114e98;
}

.title_common span::after {
	content: '';
	display: inline-block;
	width: 48px;
	position: absolute;
	right: -60px;
	top: 50%;
	border-bottom: 2px solid #114e98;
}

.Product_categories {
	padding-bottom: 150px;
}

.Product_categories ul {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.Product_categories ul li {
	width: 50%;
	padding: 20px;
}

.Product_categories ul li a {
	padding: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.Product_categories ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #676767;
	margin-top: 10px;
}

.Product_categories ul li h4 {
	font-size: 22px;
}

.Product_categories ul li i {
	display: block;
	width: 90px;
	height: 90px;
	margin-right: 20px;
}

.Product_categories ul li .i1 {
	background: url(../images/2_13.png) center no-repeat;
}

.Product_categories ul li .i2 {
	background: url(../images/2_08.png) center no-repeat;
}

.Product_categories ul li a:hover {
	color: #fff;
	background: #114e98;
}

.Product_categories ul li a:hover p {
	color: #fff;
}

.Product_categories ul li a:hover .i1 {
	background: url(../images/2_12.png) center no-repeat;
}

.Product_categories ul li a:hover .i2 {
	background: url(../images/2_09.png) center no-repeat;
}

.proitem {
	padding: 30px 0 150px;
}

.proitem .side {
	width: 25%;
	position: sticky;
	float: left;
	top: 188px;
}

.proitem .side h3 {
	background: #114e98;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	padding-left: 35px;
	font-weight: bold;
}

.proitem .side .box {
	margin-bottom: 20px;
	font-size: 16px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.proitem .side .box ol {
	line-height: 36px;
	display: none;
}

.proitem .side .box ol a {
	font-size: 15px;
	padding-left: 20%;
}

.proitem .side .box ol li:hover a,.proitem .side .box ol li.on a {
	background: #f3f3f3;
	color: #114e98;
}

.proitem .side .box a {
	display: block;
	padding-left: 35px;
	position: relative;
}

.proitem .side .box ul>li+li {
	border-top: 1px solid #eee;
}

.proitem .side .box ul>li>a {
	line-height: 50px;
}

.proitem .side .box ul>li>a i {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #878787;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
}

.proitem .side .box ul>li>a.on i {
	border-top: 7px solid #878787;
	border-bottom: none;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.proitem .side .ft {
	height: 100px;
	font-size: 28px;
	background: url(../images/3_03.jpg) center no-repeat;
	line-height: 100px;
	text-align: center;
}

.proitem .side .ft a {
	display: block;
	color: #fff;
}

.proitem>.flex_item {
	float: left;
	margin-left: 1rem;
	width: 73%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 0;
}

.proitem .content {
	padding: 10px 50px 50px;
}

.proitem .content h2 {
	border-bottom: 1px solid #eee;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 15px 0;
}

.proitem .content .bd p {
	text-indent: 2em;
	color: #5f6464;
	line-height: 21px;
}

.newslist {
	padding: 0 20px;
}

.newslist li {
	padding: 20px 0;
	line-height: 24px;
	border-bottom: 1px solid #eee;
}

.newslist li .pic {
	margin-right: 20px;
}

.newslist li .pic img {
	width: 155px;
	height: 116px;
}

.newslist li p {
	color: #999;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	margin: 5px 0 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newslist li span {
	font-size: 12px;
	color: #bbbbbb;
}

.newslist li h4 {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	font-size: 18px;
	-webkit-box-orient: vertical;
}

.pages {
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
}

.pages a {
	color: #6f6f6f;
	margin: 0 10px;
}

.pages a:hover,.pages a.on {
	color: #114e98;
	text-decoration: underline;
}

.pages .prev {
	display: inline-block;
	height: 11px;
	width: 11px;
	border-width: 0 0 1px 1px;
	border-color: #c8c8cd;
	margin: -3px 3px 0 0;
	border-style: solid;
	vertical-align: middle;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}

.pages .next {
	display: inline-block;
	height: 11px;
	width: 11px;
	border-width: 1px 1px 0 0;
	border-color: #c8c8cd;
	margin: -3px 0 0 3px;
	border-style: solid;
	vertical-align: middle;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}

.container-2022 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.contentus {
	padding-bottom: 110px;
	background: #f3f3f3;
}

.contentus .hd {
	text-align: center;
	font-size: 16px;
	padding-bottom: 40px;
}

.contentus .hd i {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.contentus .hd .i1 {
	background: url(../images/7_05.png) center no-repeat;
}

.contentus .hd .i2 {
	background: url(../images/7_07.png) center no-repeat;
}

.contentus .hd .i3 {
	background: url(../images/7_09.png) center no-repeat;
}

.contentus .bd ul {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
}

.contentus .bd ul li {
	width: 50%;
	font-size: 18px;
	padding: 10px;
}

.contentus .bd ul li .flex {
	background: #fff;
	padding: 0 15px;
}

.contentus .bd ul li .flex>span {
	display: block;
	line-height: 50px;
	padding-right: 15px;
}

.contentus .bd ul li input {
	width: 100%;
	font-size: 18px;
	height: 50px;
}

.contentus .bd ul li .upload {
	position: relative;
	color: #114e98;
	font-size: 14px;
	text-decoration: underline;
}

.contentus .bd ul li .upload input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
}

.contentus .bd ul li:last-child {
	width: 100%;
}

.contentus .bd ul li:last-child .flex {
	align-items: stretch;
}

.contentus .bd ul li textarea {
	width: 100%;
	height: 160px;
	padding: 15px 0;
	font-size: 18px;
	font-family: inherit;
	resize: none;
}

.contentus .ft {
	text-align: right;
	margin-top: 30px;
}

.contentus .ft button {
	width: 178px;
	height: 50px;
	background: #114e98;
	font-size: 22px;
	position: relative;
	color: #fff;
}

.contentus .ft button i {
	width: 21px;
	height: 19px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	background: url(../images/home_41.png) center no-repeat;
}

.homepage .banner .bg {
	height: 530px;
	display: flex;
	align-items: center;
}

.homepage .banner dl {
	width: 660px;
	border-radius: 5px;
	padding: 60px 40px;
	font-size: 18px;
	line-height: 28px;
}

.homepage .banner dl a {
	margin: 22rem 0px 0px -15rem;
}

.homepage .banner dl dt {
	font-size: 36px;
}

.homepage .banner dl p {
	margin: 25px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.homepage .banner dl a {
	display: inline-block;
	border-radius: 30px;
	border: 1px solid;
	color: #fff;
	font-size: 16px;
	width: 150px;
	text-align: center;
}

.homepage .banner .swiper-pagination {
	max-width: 1200px;
	bottom: 20px;
	text-align: left;
	padding-left: 15px;
	left: 50%;
	transform: translate(-50%,0);
}

.homepage .banner .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	width: 12px;
	border: 1px solid #fff;
	height: 12px;
}

.homepage .banner .swiper-pagination-bullet-active {
	background: #fff;
}

.homepage .a {
	padding-bottom: 45px;
}

.homepage .a .bd {
	position: relative;
}

.homepage .a .bd a {
}

.homepage .a .bd .txt {
	padding: 15px 25px;
}

.homepage .a .bd .txt p {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.homepage .a .bd .pic {
	position: relative;
	transition: all .6s ease-in-out;
}

.homepage .a .bd .pic img {
	width: 100%;
}

.homepage .a .bd .pic-1 {
	background-color: #61829f;
}

.homepage .a .bd .pic-2 {
	background-color: #8D98C7;
}

.homepage .a .bd .pic-3 {
	background-color: #4b73bb;
}

.homepage .a .bd .pic-4 {
	background-color: #4e597d;
}

.homepage .a .bd .pic-5 {
	background-color: #9da990;
}

.homepage .a .bd .pic-6 {
	background-color: #5d8ed2;
}

.homepage .a .bd .pic img {
	opacity: 0;
	transition: all .6s ease-in-out;
}

.homepage .a .bd .pic:hover {
	background: transparent;
	transition: all .8s ease-in-out;
}

.homepage .a .bd .pic:hover dl .application-text {
	display: none;
}

.homepage .a .bd .pic:hover dl {
	bottom: 90px;
}

.homepage .a .bd .pic dl .application-btn {
	display: none;
}

.homepage .a .bd .pic:hover dl .application-btn {
	display: block;
}

.homepage .a .bd .pic:hover>img {
	transition: all .8s ease-in-out;
	opacity: 1;
}

.homepage .a .bd .pic dl {
	position: absolute;
	bottom: 40px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.homepage .a .bd .pic dl {
	font-size: 13px;
}

.homepage .a .bd .pic dl h3 {
	font-size: 18px;
}

.homepage .a .bd .pic dl dd p {
	margin: 2% 5% 0 5%;
}

.homepage .a .bd .pic dl.application-btn {
	display: none;
}

.homepage .a .bd .pic dl .application-btn {
	border: 1px solid #ffffff;
	padding: 10px 10px;
	text-align: center;
	color: #ffffff;
	width: 50%;
	margin: 0 auto;
	font-size: 20px;
	background: transparent;
}

.homepage .a .bd .pic dl .application-btn:hover {
	background: #ffffff;
	color: #0c4b95;
}

.homepage .a .bd .pic dt {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 17px;
}

.homepage .a .bd .pic .i1 {
	background: url(../images/services_01.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .bd .pic .i2 {
	background: url(../images/services_02.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .bd .pic .i3 {
	background: url(../images/services_03.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .bd .pic .i4 {
	background: url(../images/services_04.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .bd .pic .i5 {
	background: url(../images/services_05.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .bd .pic .i6 {
	background: url(../images/services_06.png) center no-repeat;
	background-size: 100% 100%;
}

.homepage .a .swiper-button-next,.homepage .a .swiper-button-prev,.aboutus .c .swiper-button-next,.aboutus .c .swiper-button-prev {
	color: #114e98;
}

.homepage .a .swiper-button-next {
	right: -25px;
}

.aboutus .c .swiper-button-next {
	right: -40px;
}

.homepage .a .swiper-button-prev {
	left: -25px;
}

.aboutus .c .swiper-button-prev {
	left: -40px;
}

.homepage .a .swiper-button-next:after,.homepage .a .swiper-button-prev:after,.aboutus .c .swiper-button-next:after,.aboutus .c .swiper-button-prev:after {
	font-size: 28px;
	font-weight: bold;
}

.homepage .b {
	position: relative;
}

.homepage .b::before {
	content: '';
	/*background: url(../images/about-us.jpg) center no-repeat;*/
	position: absolute;
	left: 0;
	top: 0;
	height: 380px;
	z-index: 0;
	width: 100%;
}

.homepage .b .hd {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	padding: 70px 0 60px;
	display: flex;
	margin-bottom: 5rem;
}

.homepage .b .hd .pic {
	margin-right: 65px;
	width: 390px;
	max-width: 100%;
}

.homepage .b .hd h4 {
	font-size: 30px;
	padding: 40px 0 20px;
}

.homepage .b .hd .flex_item p {
	text-indent: 2rem;
}

.homepage .b .bd {
	display: flex;
	padding-bottom: 30px;
}

.homepage .b .bd .rightside {
	width: 420px;
	margin-left: 60px;
}

.homepage .b .bd .title {
	display: flex;
	padding-bottom: 15px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #114e98;
}

.homepage .b .bd .title span {
	font-size: 24px;
}

.homepage .b .bd .title a {
	color: #114e98;
}

.homepage .b .bd .title a::after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	height: 6px;
	width: 6px;
	border-width: 1px 1px 0 0;
	border-color: #114e98;
	border-style: solid;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}

.homepage .b .bd .leftside li {
	margin-top: 25px;
}

.homepage .b .bd .leftside li p {
	color: #8d8d8d;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin-top: 5px;
	line-height: 24px;
	-webkit-box-orient: vertical;
}

.homepage .b .bd .leftside li h4 {
	font-size: 18px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.homepage .b .bd .leftside li .pic {
	margin-right: 15px;
	width: 160px;
}

.homepage .b .bd .rightside li {
	line-height: 75px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
}

.homepage .b .bd .rightside li::before {
	content: '';
	display: block;
	width: 8px;
	border-radius: 50%;
	background: #848484;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translate(0,-50%);
	height: 8px;
}

.homepage .b .bd .rightside li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner .swiper-wrapper {
}

.aboutus .a {
	background: #f3f3f3;
}

.aboutus .a .bd {
	font-size: 16px;
	line-height: 45px;
	padding-bottom: 80px;
	text-indent: 2rem;
}

.aboutus .b {
	background: url(../images/about-us-advantages.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 5%;
}

.aboutus .b .bd ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.aboutus .b .bd ul li {
	width: 20%;
	padding: 10px;
	text-align: center;
}

.aboutus .b .bd ul li a {
	display: block;
	background: #fff;
	color: #878787;
	padding: 32px 0 20px;
}

.aboutus .b .bd ul li img {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}

.aboutus .b .bd ul li img:hover {
	transform: scale(1.3);
}

.aboutus .c {
	background: #f3f3f3;
	padding-bottom: 80px;
}

.aboutus .c .bd {
	position: relative;
}

.aboutus .c .bd img {
	width: 100%;
}

.aboutus .d {
	padding-bottom: 80px;
}

.aboutus .d .item {
	display: flex;
	align-items: center;
}

.sh-year {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.sh-year::before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	opacity: .1;
	background-color: #1F368F;
}

.shy-box {
	position: relative;
	margin: 0 80px 30px;
}

.shy-arrow {
	line-height: 50px;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #114e98;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.shy-arrow:hover {
	background: #114e98;
}

.shy-arrow:hover i {
	border-color: #fff;
}

.shy-prev {
	left: 0;
}

.shy-prev i {
	margin: -3px -6px 0 0;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-width: 0 0 2px 2px;
	border-color: #114e98;
	vertical-align: middle;
	border-style: solid;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}

.shy-next i {
	margin: -3px 0 0 -6px;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-width: 2px 2px 0 0;
	border-color: #114e98;
	vertical-align: middle;
	border-style: solid;
	-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	transform: matrix(.71,.71,-.71,.71,0,0);
}

.shy-next {
	right: 0;
}

.shy-left,.shy-right {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 150px;
	height: 90px;
	margin-top: -45px;
	padding: 20px 0;
}

.shy-left {
	left: 70px;
}

.shy-right {
	right: 70px;
}

.shy-sbox {
	font-size: 0;
	position: relative;
	width: 1000px;
	text-align-last: auto;
}

.shs-item {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	vertical-align: top;
}

.shs-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	content: '';
	opacity: .4;
	border-radius: 50%;
	background-color: #d0d0d0;
}

.shs-item span {
	font-family: "Montserrat Light";
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: .5;
	color: #999;
}

.shyear-item {
	text-align: center;
}

.shyear-item span {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	background: #fff;
	color: #114e98;
	padding: 0 10px 0 30px;
}

.shyear-item span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	content: '';
	border-radius: 50%;
	background-color: #114e98;
}

.sh-year .slick-slider {
	margin-right: 240px;
	margin-left: 240px;
}

.history-full__slick .pic {
	width: 48%;
}

.history-full__slick .inner {
	flex: 1;
	font-size: 16px;
	padding-left: 50px;
	line-height: 36px;
}

.btn-control {
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -495px;
	flex: 0 0 auto;
	cursor: pointer;
	width: 14px;
	height: 14px;
	z-index: 999;
}

.btn-control::after,.btn-control::before {
	pointer-events: none;
	background-color: #e70517;
	position: absolute;
	top: 0;
	display: block;
	width: 4px;
	height: 14px;
	content: "";
}

.btn-control::after {
	left: 1px;
}

.btn-control::before {
	right: 1px;
}

.btn-control.on::after {
	display: none;
}

.btn-control.on::before {
	background-color: transparent;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-top: 7px solid transparent;
	border-right: 0;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #e70517;
}

.wap-home-about {
	margin-top: -5%;
}

.nav>.container-2022>ul>li .dropdown>div .dropdown-h {
	font-weight: bold;
}

.dropdown-a-no {
	background-color: transparent !important;
}

.home-custom-service-frame a {
	margin-top: 0 !important;
}

#page_bd {
	padding: 10px 45px 50px;
}

.text-red {
	color: red;
}

em {
	font-style: italic;
}

.home-custom-services-title {
	margin-top: 0.5rem;
	height: 3rem;
	line-height: 1.5rem;
}

.home-custom-service-img:hover {
	transform: scale(1.1);
}

.clearfix-2022 .page_ad {
	height: 6rem;
	background: url(../images/index-ad-bg.jpg) center no-repeat;
}

.clearfix-2022 .page_ad p {
	font-size: 21px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0 2.5rem;
	font-weight: bold;
}

.switch-language {
	padding-right: 2rem;
}

.switch-language span {
	padding-left: 2rem;
	background: url(../images/globe.png) no-repeat 0.52083vw;
	background-size: 1.04167vw 1.04167vw;
}

.switch-language ul li a:hover {
	color: #003e78;
}

@media screen and (min-width:1366px) {
	.homepage .a .bd a {
	}

	.proitem {
		min-height: 30rem;
	}

	.nav {
		background: #fff;
		box-shadow: 0 0 10px 2px #ccc;
	}

	.nav a {
		display: block;
		color: #000;
	}

	.nav>.container-2022>ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav>.container-2022>ul>li {
		position: relative;
		width: 15%;
		border-bottom: 3px solid #fff;
	}

	.nav>.container-2022>ul>li:hover {
		border-bottom: 3px solid #184e98;
	}

	.nav>.container-2022>ul>li>a {
		line-height: 52px;
		text-align: center;
		font-size: 17px;
		position: relative;
		z-index: 5;
		font-weight: bold;
		color: #003e78;
	}

	.nav>.container-2022>ul>li:hover .dropdown {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown {
		margin-top: 5px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 150%;
		line-height: 23px;
		background: #fff;
		display: none;
		padding: 5px 0;
		box-shadow: 0 0 10px 2px #ccc;
		border: 1px solid #f1f1f1;
	}

	.nav>.container-2022>ul>li .dropdown-more1 {
		left: -100%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown-more2 {
		left: -200%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown a {
		padding-left: 25px;
		position: relative;
		margin: 10px 0;
	}

	.nav>.container-2022>ul>li .dropdown p {
		padding-left: 25px;
		position: relative;
		margin: 10px 0;
		color: #000;
	}

	.nav>.container-2022>ul>li .dropdown>div {
		width: 20%;
		float: left;
		padding: 10px 10px;
	}

	.nav>.container-2022>ul>li .dropdown a i {
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.nav>.container-2022>ul>li .dropdown a:hover {
		background-color: #fcfcfc;
		color: #007CBC;
		border-color: #f7f7f7;
		text-decoration: none;
	}

	.nav>.container-2022>ul>li .dropdown li {
		position: relative;
	}

	.nav>.container-2022>ul>li .dropdown>li:hover>ol {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown ol {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		width: 306px;
		background: #474747;
	}

	.nav>.container-2022>ul>li.on>a,.nav>.container-2022>ul>li:hover>a {
		color: #184e98;
	}

	.dropdown-fmar {
		border-right: #ffffff 1px solid;
		margin: 0;
	}

	.dropdown-fmar:last-child {
		border-right: #ffffff 0px solid;
		margin: 0;
	}

	.dropdown-fmar-service-1 {
		width: 37% !important;
	}

	.dropdown-fmar-service-2 {
		width: 34% !important;
	}

	.dropdown-fmar-service-3 {
		width: 20% !important;
	}

	.home-custom-service-frame .col-lg-3,col-lg-3,col-sm-3 {
		width: 20%;
	}
}

@media screen and (min-width:1201px) and (max-width:1365px) {
	.container-2022 {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.proitem {
		min-height: 30rem;
	}

	.nav {
		background: #fff;
		box-shadow: 0 0 10px 2px #ccc;
	}

	.nav a {
		display: block;
		color: #000;
	}

	.nav>.container-2022>ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav>.container-2022>ul>li {
		position: relative;
		/* flex: 1; */
		border-bottom: 3px solid #fff;
		width: 15%;
	}

	.nav>.container-2022>ul>li:hover {
		border-bottom: 3px solid #184e98;
	}

	.nav>.container-2022>ul>li>a {
		line-height: 52px;
		text-align: center;
		font-size: 17px;
		position: relative;
		z-index: 5;
		font-weight: bold;
		color: #003e78;
	}

	.nav>.container-2022>ul>li:hover .dropdown {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown {
		margin-top: 5px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 160%;
		line-height: 25px;
		background: #fff;
		display: none;
		padding: 5px 0;
		box-shadow: 0 0 10px 2px #ccc;
		border: 1px solid #f1f1f1;
	}

	.nav>.container-2022>ul>li .dropdown-more1 {
		left: -50%;
		width: 450%;
	}

	.nav>.container-2022>ul>li .dropdown-more2 {
		left: -150%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown a {
		padding-left: 25px;
		position: relative;
		margin: 10px 0;
	}

	.nav>.container-2022>ul>li .dropdown p {
		padding-left: 25px;
		position: relative;
		margin: 10px 0;
		color: #000;
	}

	.nav>.container-2022>ul>li .dropdown>div {
		width: 20%;
		float: left;
		padding: 10px 10px;
	}

	.nav>.container-2022>ul>li .dropdown a i {
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.nav>.container-2022>ul>li .dropdown a:hover {
		background-color: #fcfcfc;
		color: #007CBC;
		border-color: #f7f7f7;
		text-decoration: none;
	}

	.nav>.container-2022>ul>li .dropdown li {
		position: relative;
	}

	.nav>.container-2022>ul>li .dropdown>li:hover>ol {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown ol {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		width: 306px;
		background: #474747;
	}

	.nav>.container-2022>ul>li.on>a,.nav>.container-2022>ul>li:hover>a {
		color: #184e98;
	}

	.container-2022 {
		max-width: 95%;
	}

	.dropdown-fmar {
		border-right: #ffffff 1px solid;
		margin: 0;
	}

	.dropdown-fmar:last-child {
		border-right: #ffffff 0px solid;
		margin: 0;
	}

	.dropdown-fmar-service-1 {
		width: 37% !important;
	}

	.dropdown-fmar-service-2 {
		width: 34% !important;
	}

	.dropdown-fmar-service-3 {
		width: 20% !important;
	}

	.home-custom-service-frame .col-lg-3,col-lg-3,col-sm-3 {
		width: 20%;
	}
}

@media screen and (min-width:980px) and (max-width:1200px) {
	.homepage .a .bd .pic dl {
		bottom: 12%;
	}

	.homepage .a .bd .pic:hover dl {
		bottom: 40%;
	}

	.homepage .a .bd .pic dl dd .application-btn {
		display: none;
	}

	.container-2022 {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.proitem {
		min-height: 30rem;
	}

	.proitem>.flex_item {
		width: 100%;
	}

	.nav {
		background: #fff;
		box-shadow: 0 0 10px 2px #ccc;
	}

	.nav a {
		display: block;
		color: #000;
	}

	.nav>.container-2022>ul {
		display: flex;
		align-items: center;
	}

	.nav>.container-2022>ul>li {
		position: relative;
		flex: 1;
		border-bottom: 3px solid #fff;
	}

	.nav>.container-2022>ul>li:hover {
		border-bottom: 3px solid #184e98;
	}

	.nav>.container-2022>ul>li>a {
		line-height: 52px;
		text-align: center;
		font-size: 17px;
		position: relative;
		z-index: 5;
		font-weight: bold;
		color: #003e78;
	}

	.nav>.container-2022>ul>li:hover .dropdown {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown {
		margin-top: 5px;
		position: absolute;
		left: 0;
		top: 100%;
		width: 150%;
		line-height: 22px;
		background: #fff;
		display: none;
		padding: 5px 0;
		box-shadow: 0 0 10px 2px #ccc;
		border: 1px solid #f1f1f1;
	}

	.nav>.container-2022>ul>li .dropdown-more1 {
		left: -50%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown-more2 {
		left: -150%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown a {
		padding-left: 15px;
		position: relative;
		margin: 10px 0;
		font-size: 14px;
	}

	.nav>.container-2022>ul>li .dropdown p {
		padding-left: 15px;
		position: relative;
		margin: 10px 0;
		color: #000;
	}

	.nav>.container-2022>ul>li .dropdown>div {
		width: 20%;
		float: left;
	}

	.nav>.container-2022>ul>li .dropdown a i {
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.nav>.container-2022>ul>li .dropdown a:hover {
		background-color: #fcfcfc;
		color: #007CBC;
		border-color: #f7f7f7;
		text-decoration: none;
	}

	.nav>.container-2022>ul>li .dropdown li {
		position: relative;
	}

	.nav>.container-2022>ul>li .dropdown>li:hover>ol {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown ol {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		width: 306px;
		background: #474747;
	}

	.nav>.container-2022>ul>li.on>a,.nav>.container-2022>ul>li:hover>a {
		color: #184e98;
	}

	.container-2022 {
		width: 90%;
	}

	.header .flex .search {
		width: 600px;
	}

	.homepage .b .hd .pic {
		width: 400px;
	}

	.homepage .b .hd {
		padding-top: 30px;
	}

	.proitem .side {
		width: 25%;
	}

	.proitem>.flex_item {
		float: left;
		margin-left: 1rem;
		width: 73%;
	}

	.dropdown-fmar {
		border-right: #ffffff 1px solid;
		margin: 0;
	}

	.dropdown-fmar:last-child {
		border-right: #ffffff 0px solid;
		margin: 0;
	}

	.dropdown-fmar-service-1 {
		width: 37% !important;
	}

	.dropdown-fmar-service-2 {
		width: 34% !important;
	}

	.dropdown-fmar-service-3 {
		width: 20% !important;
	}

	.home-custom-service-frame .col-lg-3,col-lg-3,col-sm-3 {
		width: 20%;
	}
}

@media screen and (min-width:769px) and (max-width:979px) {
	.homepage .a .bd .pic dl dd .application-btn {
		display: none;
	}

	.container-2022 {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.nav {
		background: #fff;
		box-shadow: 0 0 10px 2px #ccc;
	}

	.nav a {
		display: block;
		color: #000;
	}

	.nav>.container-2022>ul {
		display: flex;
		align-items: center;
	}

	.nav>.container-2022>ul>li {
		position: relative;
		flex: 1;
	}

	.nav>.container-2022>ul>li>a {
		line-height: 52px;
		text-align: center;
		font-size: 17px;
		position: relative;
		z-index: 5;
		font-weight: bold;
		color: #003e78;
	}

	.nav>.container-2022>ul>li:hover .dropdown {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown {
		position: absolute;
		left: 0;
		top: 100%;
		width: 150%;
		line-height: 35px;
		background: #fff;
		display: none;
		padding: 5px 0;
		box-shadow: 0 0 10px 2px #ccc;
		border: 1px solid #f1f1f1;
	}

	.nav>.container-2022>ul>li .dropdown-more1 {
		left: -50%;
		width: 500%;
	}

	.nav>.container-2022>ul>li .dropdown-more2 {
		left: -200%;
		width: 600%;
	}

	.nav>.container-2022>ul>li .dropdown a {
		padding-left: 15px;
		position: relative;
		margin: 10px 0;
		font-size: 12px;
	}

	.nav>.container-2022>ul>li .dropdown p {
		padding-left: 15px;
		position: relative;
		margin: 10px 0;
		color: #000;
		font-size: 12px;
	}

	.nav>.container-2022>ul>li .dropdown>div {
		width: 20%;
		float: left;
	}

	.dropdown-fmar-service-1 {
		width: 37% !important;
	}

	.dropdown-fmar-service-2 {
		width: 34% !important;
	}

	.dropdown-fmar-service-3 {
		width: 29% !important;
	}

	.nav>.container-2022>ul>li .dropdown a i {
		position: absolute;
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #fff;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
	}

	.nav>.container-2022>ul>li .dropdown a:hover {
		background-color: #fcfcfc;
		color: #007CBC;
		border-color: #f7f7f7;
		text-decoration: none;
	}

	.wap-hidden {
		display: none;
	}

	.nav>.container-2022>ul>li .dropdown li {
		position: relative;
	}

	.nav>.container-2022>ul>li .dropdown>li:hover>ol {
		display: block;
	}

	.nav>.container-2022>ul>li .dropdown ol {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		width: 306px;
		background: #474747;
	}

	.nav>.container-2022>ul>li.on>a,.nav>.container-2022>ul>li:hover>a {
		color: #184e98;
	}

	.container-2022 {
		width: 90%;
	}

	.homepage .banner dl {
		width: 400px;
		font-size: 14px;
		padding: 20px;
	}

	.homepage .banner dl dt {
		font-size: 22px;
	}

	.header .flex .search {
		width: 400px;
	}

	.homepage .a .bd a {
		margin: 10px;
	}

	.homepage .b .hd .pic {
		width: 300px;
	}

	.homepage .b .hd h4 {
		padding-top: 15px;
	}

	.homepage .b .hd {
		font-size: 14px;
		padding-top: 30px;
		line-height: 24px;
	}

	.homepage .b::before {
		height: 350px;
	}

	.homepage .b .bd {
		display: block;
	}

	.homepage .b .bd .rightside {
		width: 100%;
		margin: 30px 0 0;
	}

	.footer .bd .code {
		display: none;
	}

	.Product_categories ul li p {
		font-size: 14px;
	}

	.proitem .side {
		display: none;
	}

	.proitem>.flex_item {
		margin: 0;
		width: 100%;
	}

	.contentus .hd,.contentus .bd ul li,.contentus .bd ul li input,.contentus .bd ul li textarea,.contentus .ft button,.nav>.container-2022>ul>li>a,.banner_info dl {
		font-size: 14px;
	}

	.proitem {
		padding: 50px 0;
	}

	.banner_info dl dt {
		font-size: 36px;
	}

	.shy-box {
		margin: 0 0 30px;
	}

	.shyear-item span {
		font-size: 40px;
	}

	.Product_categories {
		padding-bottom: 40px;
	}

	.Product_categories ul li a {
		padding: 15px;
	}

	.aboutus .c .swiper-button-next {
		right: 0;
	}

	.homepage .a .bd .pic dl {
		font-size: 16px;
	}

	.aboutus .c .swiper-button-prev {
		left: 0;
	}

	.aboutus .b .bd ul li {
		width: 50%;
	}

	.aboutus .b .bd ul li a {
		padding: 15px;
	}

	.aboutus .b {
		height: auto;
		padding-bottom: 40px;
	}

	.aboutus .a .bd {
		line-height: 36px;
		padding-bottom: 40px;
	}

	.dropdown-fmar {
		border-right: #ffffff 1px solid;
		margin: 0;
	}

	.dropdown-fmar:last-child {
		border-right: #ffffff 0px solid;
		margin: 0;
	}

	.home-custom-service-frame .col-lg-3,col-lg-3,col-sm-3 {
		width: 20%;
	}
}

@media (max-width:768px) {
	.homepage .a .bd .pic dl dd .application-btn {
		display: none;
	}

	.container-2022 {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 3;
	}

	.m_menu {
		background: #fff;
		z-index: 98;
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		width: 350px;
		padding: 65px 15px 0;
		display: none;
		overflow-y: auto;
		box-shadow: 0 0 10px 2px #ccc;
		border: 1px solid #f1f1f1;
	}

	.m_menu a {
		display: block;
		color: #000;
		line-height: 35px;
		position: relative;
	}

	.m_menu p {
		display: block;
		color: #000;
		line-height: 40px;
		position: relative;
	}

	.m_menu a i {
		display: inline-block;
		height: 8px;
		width: 8px;
		border-width: 0 1px 1px 0;
		border-color: #fff;
		border-style: solid;
		-webkit-transform: matrix(.71,.71,-.71,.71,0,0);
		transform: matrix(.71,.71,-.71,.71,0,0);
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 0;
	}

	.m_menu a.on i {
		border-width: 1px 0 0 1px;
		margin-top: 0;
	}

	.m_menu>ul>li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.m_menu .dropdown {
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-left: 5%;
	}

	.m_menu .dropdown li {
		padding-left: 5%;
	}

	.m_menu .dropdown div {
		border: 0px !important;
	}

	.m_menu .dropdown>li>a {
		padding-left: 15px;
	}

	.m_menu ol {
		display: none;
	}

	.m_menu ol ol {
		padding-left: 15px;
		background: rgba(255,255,255,0.2);
	}

	.m_menu .lague {
		text-align: center;
		margin-top: 15px;
	}

	.m_menu .lague a {
		display: inline-block;
		background: #fff;
		line-height: 32px;
		border-radius: 20px;
		margin: 0 10px;
		width: 80px;
		text-align: center;
		color: #114e98;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.header .flex>div,.top {
		display: none;
	}

	.header .logo img {
		width: 120px;
	}

	.m_nav {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0,-50%);
		width: 25px;
		z-index: 99;
	}

	.header {
		padding: 10px 0;
	}

	.m_nav i {
		display: block;
		height: 2px;
		background: #999;
		margin-bottom: 6px;
	}

	.m_nav i:last-child {
		margin: 0;
	}

	.cross i:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.cross i:nth-of-type(2) {
		opacity: 0;
	}

	.cross i:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	.container-2022 {
		width: 100%;
		padding: 0 15px;
	}

	.homepage .banner dl {
		width: 70%;
		padding: 20px;
		font-size: 12px;
	}

	.homepage .banner dl p {
		margin: 10px 0;
	}

	.homepage .banner dl dt {
		font-size: 17px;
	}

	.homepage .banner dl a {
		font-size: 14px;
		width: 110px;
	}

	.homepage .banner .bg {
		height: 350px;
	}

	.homepage .a {
		padding: 0;
	}

	.homepage .a .bd a {
		font-size: 14px;
		line-height: 24px;
		margin: 0 15px 25px;
	}

	.homepage .a .bd .pic dl {
		font-size: 13px;
	}

	.homepage .a .swiper-button-next,.homepage .a .swiper-button-prev {
		display: none;
	}

	.homepage .b .hd {
		color: #fff;
		padding: 30px 0;
		font-size: 14px;
		line-height: 24px;
		display: block;
	}

	.homepage .b::before {
/*height: 300px;*/;
	}

	.homepage .b .hd h4 {
		font-size: 18px;
		padding: 20px 0 10px;
	}

	.homepage .b .bd {
		display: block;
		padding-bottom: 0;
	}

	.homepage .b .bd .rightside {
		margin: 20px 0 0;
		width: 100%;
	}

	.homepage .b .bd .leftside li .pic {
		width: 130px;
	}

	.homepage .b .bd .title span,.homepage .b .bd .leftside li h4 {
		font-size: 16px;
	}

	.homepage .b .bd .rightside li {
		font-size: 14px;
		line-height: 40px;
	}

	.contentus .bd ul li {
		width: 100%;
		font-size: 14px;
	}

	.contentus .bd ul li input,.contentus .bd ul li textarea {
		font-size: 14px;
	}

	.contentus .ft button {
		font-size: 16px;
	}

	.title_common span {
		font-size: 22px;
	}

	.title_common {
		padding: 30px 0 20px;
	}

	.contentus {
		padding-bottom: 30px;
	}

	.footer .bd .flex_item {
		display: none;
	}

	.footer .tel {
		display: inline-block;
	}

	.footer .bd .flex>div:nth-child(4) {
		display: block;
		text-align: left;
		padding-bottom: 10px;
	}

	.footer .code {
		margin: 0;
		width: 90px;
	}

	.footer .ft {
		line-height: 20px;
	}

	.footer .bd {
		padding: 15px 0;
	}

	.foot-no {
		display: block !important;
	}

	.tel1 {
		padding-left: 3rem;
	}

	.banner_info img {
		height: 200px;
	}

	.banner_info dl {
		font-size: 14px;
	}

	.banner_info dl dt {
		font-size: 30px;
	}

	.Product_categories ul {
		margin: -10px;
	}

	.Product_categories ul li {
		width: 100%;
		padding: 10px;
	}

	.Product_categories ul li a {
		padding: 15px;
	}

	.Product_categories ul li p {
		font-size: 14px;
	}

	.Product_categories ul li h4 {
		font-size: 16px;
	}

	.Product_categories {
		padding-bottom: 30px;
	}

	.proitem>.flex_item {
		margin: 0;
		width: 100%;
	}

	.proitem .side {
		display: none;
	}

	.proitem {
		padding: 30px 0;
	}

	.proitem .content {
		padding: 15px;
	}

	.proitem .content h2 {
		font-size: 18px;
		padding-top: 0;
	}

	.contentus .hd .flex {
		display: block;
		font-size: 14px;
	}

	.contentus .hd .flex_item+.flex_item {
		padding-top: 15px;
	}

	.newslist li .pic {
		width: 120px;
	}

	.newslist li h4 {
		font-size: 14px;
	}

	.newslist li {
		line-height: 20px;
	}

	.newslist li p {
		margin: 0;
	}

	.pages {
		font-size: 14px;
	}

	.pages a {
		margin: 0 4px;
	}

	.aboutus .a .bd {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
	}

	.aboutus .b .bd ul li {
		width: 50%;
	}

	.aboutus .b .bd ul li a {
		padding: 15px 0;
	}

	.aboutus .c .swiper-button-next,.aboutus .c .swiper-button-prev {
		display: none;
	}

	.aboutus .c {
		padding-bottom: 30px;
	}

	.shy-box {
		margin: 0;
	}

	.aboutus .d .item {
		display: block;
	}

	.history-full__slick .pic {
		width: 100%;
	}

	.history-full__slick .inner {
		padding: 15px 0 0;
		font-size: 14px;
		line-height: 26px;
	}

	.aboutus .d {
		padding-bottom: 20px;
	}

	.sh-year {
		margin-bottom: 40px;
	}

	.sh-year .slick-slider {
		margin: 0;
	}

	.shy-left,.shy-right {
		display: none;
	}

	.footer .hd .totop,.footer .hd .logo {
		width: px;
		height: px;
	}

	.footer {
		padding-top: 15px;
	}

	.wap-hidden {
		display: none !important;
	}

	#page_bd {
		overflow: auto;
	}

	.dropdown-a-no-li {
		display: none;
	}

	.home-custom-service-frame {
		padding: 0 15px !important;
	}

	.home-custom-service-frame a {
		margin: 0!important;
	}

	.clearfix-2022 .page_ad p {
		margin: 0 0.5rem;
		letter-spacing: 1px;
	}
}

.literature_table tr>td {
	font-family: Times New Roman;
	text-align: justify;
}

.literature_table tr>td>a,i {
	font-family: Times New Roman;
}

.literature_table {
	margin-top: 25px !important;
}

.muadd_style {}

.muadd_style a.logo {
    width: 250px;
    display: block;
    margin: 0 !important;
}

.muadd_style .nav.m_menu {
    flex: 1;
    box-shadow: none;
}

.muadd_style .nav.m_menu .container-2022 {
    width: 100%;
}
.flex_auto:nth-child(1),.flex_auto:nth-child(2), .flex_auto:nth-child(3) {flex: 0.5;}